.hover-input-popup {
	position: relative;
}
.hover-input-popup:hover .input-popup {
	opacity: 1;
	visibility: visible;
}
.input-popup {
	position: absolute;
	bottom: 130%;
	left: 50%;
	width: 280px;
	background-color: #333C47;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.input-popup::after {
	position: absolute;
	content: '';
	bottom: -19px;
	left: 50%;
	margin-left: -5px;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #333C47 transparent;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.input-popup p {
	padding-left: 20px;
	position: relative;
}
.input-popup p::before {
	position: absolute;
	content: '';
	font-family: 'Line Awesome Free';
	font-weight: 900;
	left: 0;
	top: 4px;
	line-height: 1;
	font-size: 18px;
}
.input-popup p.error {
	text-decoration: line-through;
}

.input-popup {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.input-popup p.success {
	margin-left: 15px;
	order: 1;
}


.input-popup p.error::before {
	content: "\f057";
	color: #ea5455;
}
.input-popup p.success::before {
	content: "\f058";
	color: #28c76f;
}


.cookies-card {
    width: 520px;
    padding: 30px;
    color: #d5d5d5;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #374161;
    border-radius: 5px;
}
  
  .cookies-card.hide{
	bottom: -500px !important;
  }
  .radius--10px {
	border-radius: 10px;
  }
  
  .cookies-card__icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #6e6f70;
    color: #fff;
	font-size: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  }
  
  .cookies-card__content {
	margin-bottom: 0;
  }
  
  .cookies-btn {
	color: #363636;
	text-decoration: none;
	padding: 10px 35px;
	margin: 3px 5px;
	display: inline-block;
	border-radius:  999px;
  }
  
  .cookies-btn:hover {
	color: #363636;
  }

  
  @media (max-width: 767px) {
	  .cookies-card {
		  width:  100%;
		  left: 0;
		  bottom:  0;
		  font-size:  14px;
		  padding:  15px;
	  }
  }

.btn-block{
	width:100%;
}

.form-group{
	margin-bottom: 15px;
}

label {
    font-size: 14px;
    margin-bottom: 10px;
}

.verification-code::after {
    background-color: #2d3651 !important;
}

.verification-code-wrapper{
    background: #2d3651 !important;
    border: 1px solid #374161 !important;
}

.list-group-item {
    color: #d6d7d9;
    background-color: #2d3651;
    border: 1px solid rgb(241 225 225 / 13%);
}

.form--control[type=file]{
	line-height: 36px;
}

.thumb__350px {
    height: 350px;
}

.thumb__350px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotion-link{
	height: 150px !important;
    line-height: 20px;
}

.input-group-text.btn{
	border: none;
}


.ticket-reply-single {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.ticket-reply-single:first-child {
    padding-top: 0;
}
.ticket-reply-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.ticket-reply-single .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.ticket-reply-single .top .left {
    width: calc(100% - 30px);
}
.ticket-reply-single .top .right {
    width: 30px;
}
.ticket-reply-single .top .right .btn {
    padding: 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.ticket-reply-single .top .right .btn i {
    margin: 0;
}
.ticket-reply-single .reply-box {
    padding: 20px;
    border-radius: 8px;
    background: #ddd;
    background: -webkit-linear-gradient(to bottom, #80baf514, #bdc3c700);
    background: linear-gradient(to bottom, #80baf514, #bdc3c700);
}
@media (max-width: 480px) {
    .ticket-reply-single .reply-box {
        padding: 15px;
    }
}
.ticket-reply-single .reply-box .left p,
.ticket-reply-single .reply-box .left span {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.ticket-reply-single .reply-box .name {
    font-size: 18px;
}

.admin-reply.ticket-reply-single .reply-box {
    background: #ddd;
    background: -webkit-linear-gradient(to bottom, #1160c124, #bdc3c700);
    background: linear-gradient(to bottom, #1160c124, #bdc3c700);
}

.ticket-attach-file {
    padding: 2px 10px;
    background-color: #5352ed24;
    border-radius: 3px;
    color: #5352ed;
    font-size: 13px;
}

.ticket-reply-inbox {
    position: relative;
    border: 1px solid #374161;
    border-radius: 5px;
    height: 160px;
	background: #242b40;
}

.ticket-reply-inbox textarea {
    height: 110px;
    resize: none;
    border: none;
}
.ticket-reply-inbox textarea:focus {
    box-shadow: none;
}
.ticket-reply-inbox .ticket-reply-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.ticket-reply-inbox .ticket-reply-attachment {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #f1f1f1;
    padding: 3px 10px;
    color: #777;
    border-radius: 3px;
    font-size: 14px;
    border: none;
}

@media (max-width: 360px) {
    .ticket-reply-inbox {
        height: 200px;
    }
    .ticket-reply-inbox .ticket-reply-btn,
    .ticket-reply-inbox .ticket-reply-attachment {
        width: calc(100% - 20px);
    }
    .ticket-reply-inbox .ticket-reply-attachment {
        bottom: 54px;
    }
}

.attachment-area {
    display: none;
}

.form--control[readonly] {
    background: #2f374e;
    border: 1px solid #374161;
    color: #999999;
}


.btn--base {
	font-weight: 500;
	background-size: 200% auto;
	color: #fff;
}

.btn--base:hover {
	font-weight: 500;
	color: #fff;
	background-position: right center;
}

.list--base .list__item::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 14px;
}

.dashboard .dashboard__balance{
    text-align: center;
}

.recent-activity__title:hover {
    color: #fff;
}

.quickview-card__body-text{
    max-width: 20ch;
}
.btn-outline--base {
    padding: 2px 15px;
    border: 1px solid red;
    color: red;
    border-radius: 16px;
    font-size: 12px;
}
.btn-outline--base:hover {
    background: red;
    color: white;
    box-shadow: none;
}

.quickview-card__head .btn-outline--base{
    margin-top: -10px;
}


.pagination {
    margin-bottom: 0;
    margin-top:20px;
    justify-content:center;
}
.pagination .page-item {
    margin-right: 1rem;
}
.pagination .page-item.active .page-link {
    background: #f01313;
    border-color: #f01313;
}
.pagination .page-item.disabled .page-link {
    background: #374161;
    border-color: #374161;
}
.pagination .page-item:last-child {
    margin-right: 0;
}
.pagination .page-item:first-child .page-link {
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
}
.pagination .page-item:last-child .page-link {
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
}
.pagination .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f01313;
    text-align: center;
    font-size: 14px;
    color: #f01313;
    background: transparent;
}
.pagination .page-link:hover {
    background: #f01313;
    color: #fff;
    border-color: #f01313;
}

@media screen and (min-width: 992px) {
    .primary-menu__list {
        margin-right: 1.5rem;
    }
    .primary-menu__list:first-child {
        padding-left: 1rem;
    }
    .primary-menu__list.has-sub .primary-menu__link::after {
        position: relative;
    }
}



@media screen and (min-width: 992px){
    .primary-menu__list.has-sub .primary-menu__link::after {
        right: -5px;
        top: 0;
    }
}
